Click or drag to resize

SessionDescriptionParse Method

Converts the specified string representation of a session description to its SessionDescription equivalent.

Namespace:  Independentsoft.Sip.Sdp
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public static SessionDescription Parse(
	string sessionDescription
)

Parameters

sessionDescription
Type: SystemString
A string containing a session description to convert.

Return Value

Type: SessionDescription
A SessionDescription equivalent contained in the sessionDescription parameter.
See Also